Get

Function

This API is used to get parameter for System > System Information page.

Request Message

None.

Sample:

POST /API/SystemInfo/Base/Get HTTP/1.1
{
    "version": "1.0",
    "data": {}
}

Response Message

Parameter Description

Table 1

ParameterRangeTypeDescription
device_idstringDeviceID
device_namestringDeviceName
device_typestringDeviceType
hardware_versionstringHardwareVersion
software_versionstringSoftwareVersion
build_timestringrelease time
ie_client_versionstringIE Client Version
mcu_software_versionstringMCU software version
video_format“PAL”,
“NTSC”
stringVideo Format
hdd_volumestringHDD Volume
ip_addressstringIP Address
ipv6_addressstringIPv6 Address
webstringWeb Internal port ,Web external port
clientstringClient Internal port , Clientexternal port
mac_addressstringMAC Address
wireless_macstringWireless MAC
p2p_idstringP2P ID
p2p_switchboolean
network_state“Connected”,
“Unconnected”
stringNetwork connection status
serialNumstringSerial Number(B18)
languagestringThe current language of the device

Tips:

Later products will integrate the web port and the client port, and the client port will not be opened and the item will be removed from the page. For example, do not consider this port when the customer performs development interconnection.

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
	"result": "success",
	"data": {
		"device_id": "000000",
		"device_name": "admin",
		"device_type": "N7516",
		"hardware_version": "DM-448",
		"software_version": "V8.2.3-20221014",
		"ie_client_version": "V1.3.1.45",
		"video_format": "NTSC",
		"hdd_volume": "465G",
		"ip_address": "172.16.10.49",
		"ipv6_address": "fe80::8a26:1dff:feaa:8ee0 / 64",
		"web": "80,80",
		"client": "9000,9000",
		"mac_address": "88-26-1D-AA-8E-E0",
		"network_state": "Connected",
		"iot_id": "",
		"language": "English"
	}
}

Error Code

See Response Messages Body and Common error_code for more information.